func syscall.gettimeofday
3 uses
syscall (current package)
syscall_linux_amd64.go#L74: func gettimeofday(tv *Timeval) (err Errno)
syscall_linux_amd64.go#L77: errno := gettimeofday(tv)
syscall_linux_amd64.go#L86: errno := gettimeofday(&tv)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)